Skip to content

查询账户日终余额

通过此接口可以查询本商户号指定日期当天24点的账户余额。**注意:**• 可查询90天内的日终余额。 官方文档 官方文档 官方文档

js
wxpay
.
v3
.
merchant
.
fund
.
dayendbalance
.
_account_type_
.
get
({
account_type
,
params
,
}) .
then
(
({
data
: {
available_amount
,
pending_amount
,
}, }) => ({
available_amount
,
pending_amount
,
}) )

Released under the MIT License. (SITEMAP)